PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFField Class / setIsReadOnly Method
True if the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions.
In This Topic
    setIsReadOnly Method
    In This Topic
    Sets a value indicating whether the field is read-only.
    Syntax
    public void setIsReadOnly( 
       boolean value
    )

    Parameters

    value
    True if the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions.
    See Also